Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/path/format-win32.js')
-rw-r--r--benchmark/path/format-win32.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/path/format-win32.js b/benchmark/path/format-win32.js
index 598393b836b..7404f2e93e6 100644
--- a/benchmark/path/format-win32.js
+++ b/benchmark/path/format-win32.js
@@ -1,3 +1,4 @@
+'use strict';
var common = require('../common.js');
var path = require('path');
var v8 = require('v8');