1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Got RN working again

This commit is contained in:
Laurent Cozic
2017-07-05 22:29:00 +01:00
parent f0a8cbe95d
commit 8adb5a71c5
14 changed files with 80 additions and 144 deletions

View File

@@ -1,5 +1,5 @@
import moment from 'moment';
import fs from 'fs-extra';
// import fs from 'fs-extra';
import { _ } from 'lib/locale.js';
class Logger {
@@ -67,7 +67,8 @@ class Logger {
serializedObject = object;
}
fs.appendFileSync(t.path, line + serializedObject + "\n");
// RNFIX: Temporary disabled for React Native
// fs.appendFileSync(t.path, line + serializedObject + "\n");
// this.fileAppendQueue_.push({
// path: t.path,