From 68b533436e727b30c0bc19da0d49ae054ea86ef9 Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 3 Apr 2018 10:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E6=97=A0=E6=95=88=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Common/FileSystem.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Common/FileSystem.ts b/src/Common/FileSystem.ts index befb8c841..d447f6f9f 100644 --- a/src/Common/FileSystem.ts +++ b/src/Common/FileSystem.ts @@ -1,8 +1,6 @@ import { ArraybufferUtils } from "./binary/ArraybufferUtils"; import { Base64Utils } from './binary/Base64Utils'; -"use strict"; - /** * FileSystem is used to read and write files using nunuStudio. * @@ -649,10 +647,3 @@ export class FileSystem }; } - -// try -// { -// this.fs = require("fs"); -// } -// catch (e) { } -