fix(core): update
This commit is contained in:
@@ -170,6 +170,7 @@ export class SmartFile extends plugins.smartjson.Smartjson {
|
||||
*/
|
||||
public async write() {
|
||||
let writePath = plugins.smartpath.transform.makeAbsolute(this.path, this.base);
|
||||
console.log(`writing to ${writePath}`);
|
||||
await memory.toFs(this.contentBuffer, writePath);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user