Skip to content

Commit

Permalink
Merge pull request #9 from RReverser/patch-1
Browse files Browse the repository at this point in the history
Fix 'use strict' directive
  • Loading branch information
juliangruber committed Jan 23, 2018
2 parents 1ec16d3 + d644141 commit b374431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/bench.js
@@ -1,4 +1,4 @@
'us estrict'
'use strict'

const Benchmark = require('benchmark')
const proxyClone = require('..')
Expand Down

0 comments on commit b374431

Please sign in to comment.