Commit cdaa8aee authored by chenwilliam's avatar chenwilliam Committed by Commit Bot

DevTools: add use strict in check gn

Needed for node v4 (I previously tested node w/ v7 which doesn't need it).

BUG=none

Review-Url: https://codereview.chromium.org/2929163002
Cr-Commit-Position: refs/heads/master@{#478384}
parent 19dafabb
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
'use strict';
const fs = require('fs');
const path = require('path');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment