Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 935210d

Browse files
committed
Version bump v2.0.0-beta.15
+ Fix oop logger + ECMAScript: Tree evaluator simplified/improved + ECMAScript: Using exact positions in scopes
1 parent b845f78 commit 935210d

File tree

5 files changed

+296
-328
lines changed

5 files changed

+296
-328
lines changed

‎codeintel/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.0-beta.14'
1+
__version__ = '2.0.0-beta.15'

‎codeintel/__main__.py‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ class Shell(cmdln.Cmdln):
9494
def __init__(self, *args, **kwargs):
9595
cmdln.Cmdln.__init__(self, *args, **kwargs)
9696

97+
logging.basicConfig(stream=TextStream(sys.stderr))
98+
9799
# Don't redirect output
98100
os.environ["KOMODO_VERBOSE"] = "1"
99101

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /