Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 9a8228f

Browse files
Add strict mode
1 parent 4d9e77e commit 9a8228f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/helper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
var cp = require("child_process");
24

35
exports.callGruntfile = function (filename, whenDoneCallback) {

0 commit comments

Comments
 (0)