Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from insin/patch-1
Browse files Browse the repository at this point in the history
Add missing 'use strict' directive to tailer.js
  • Loading branch information
felixrieseberg committed Jun 13, 2016
2 parents 02cdc51 + af1fb2d commit b1761a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/install/tailer.js
@@ -1,3 +1,5 @@
'use strict'

const path = require('path')
const fs = require('fs-extra')
const debug = require('debug')('windows-build-tools')
Expand Down Expand Up @@ -88,4 +90,4 @@ class Tailer extends EventEmitter {
}
}

module.exports = Tailer
module.exports = Tailer

0 comments on commit b1761a2

Please sign in to comment.