清理无效的代码

pull/55/head
ChenX 7 years ago
parent c0f7eae23e
commit 68b533436e

@ -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) { }

Loading…
Cancel
Save