Skip to content
This repository was archived by the owner on Dec 4, 2021. It is now read-only.

Commit 2d6fbc9

Browse files
Caleb HooverCaleb Hoover
Caleb Hoover
authored and
Caleb Hoover
committed
fixed something
1 parent dfd0ca2 commit 2d6fbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Scope.prototype.track = function(variable) {
9898

9999
var value = this.resolveExpression(variable.init, function(extra) {
100100
scope.sources.push(name);
101-
this.log('[SOURCE]'.red, name, variable);
101+
scope.log('[SOURCE]'.red, variable, name);
102102
});
103103

104104
scope.vars[name] = value;

0 commit comments

Comments
 (0)