Skip to content

Commit

Permalink
- use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed May 21, 2019
1 parent 8efd661 commit ededf53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

const path = require('path')
, {exec} = require('child_process')

Expand Down
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use strict';
const mdls = require('./index.js');

(async () => {
Expand Down

0 comments on commit ededf53

Please sign in to comment.