Skip to content

Commit 780df96

Browse files
committed
Bump version plus minor correction
1 parent 4c653c6 commit 780df96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "meteor-typescript",
33
"author": "@barbatus",
4-
"version": "0.6.0-beta.3",
4+
"version": "0.6.0-beta.4",
55
"license": "MIT",
66
"description": "TypeScript wrapper package for use with Meteor",
77
"keywords": [

script-snapshot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ StringScriptSnapshot.prototype.getChangeRange = function(oldSnapshot) {
4343
}
4444

4545
changes = ts.collapseTextChangeRangesAcrossMultipleVersions(changes);
46-
Logger.assert("accumulated file changes %s", changes);
46+
Logger.assert("accumulated file changes %j", changes);
4747

4848
return changes;
4949
}

0 commit comments

Comments
 (0)