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 1af88c4 commit a76bb0bCopy full SHA for a76bb0b
bin/strider
@@ -1,4 +1,5 @@
1
#!/usr/bin/env node
2
+'use strict';
3
4
var cli = require('strider-cli')({
5
version: require('../package.json').version,
@@ -46,7 +47,7 @@ var cli = require('strider-cli')({
46
47
* Path to file to touch to restart strider
48
*/
49
restartFile: function () {
- var path = require('path')
50
+ var path = require('path');
51
var dir = path.join(__dirname, '..');
52
return path.join(dir, '.restart');
53
}
0 commit comments