We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c653c6 commit 780df96Copy full SHA for 780df96
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "meteor-typescript",
3
"author": "@barbatus",
4
- "version": "0.6.0-beta.3",
+ "version": "0.6.0-beta.4",
5
"license": "MIT",
6
"description": "TypeScript wrapper package for use with Meteor",
7
"keywords": [
script-snapshot.js
@@ -43,7 +43,7 @@ StringScriptSnapshot.prototype.getChangeRange = function(oldSnapshot) {
43
}
44
45
changes = ts.collapseTextChangeRangesAcrossMultipleVersions(changes);
46
- Logger.assert("accumulated file changes %s", changes);
+ Logger.assert("accumulated file changes %j", changes);
47
48
return changes;
49
0 commit comments