Change "user strict" to the correct "use strict"
This commit is contained in:
Alessandro Vergani 2018-10-08 04:34:29 +02:00 коммит произвёл Jun Han
Родитель e1445e21de
Коммит 6245a3a209
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
"user strict";
"use strict";
import * as os from "os";
import * as path from "path";
import * as vscode from "vscode";