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/buffers/buffer-indexof.js')
-rw-r--r--benchmark/buffers/buffer-indexof.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/buffers/buffer-indexof.js b/benchmark/buffers/buffer-indexof.js
index c575f54b6a6..7ae26694900 100644
--- a/benchmark/buffers/buffer-indexof.js
+++ b/benchmark/buffers/buffer-indexof.js
@@ -1,3 +1,4 @@
+'use strict';
var common = require('../common.js');
var fs = require('fs');