add debug log
This commit is contained in:
parent
6d29554033
commit
66dcaf4e4c
@ -1,6 +1,7 @@
|
|||||||
import isEqual from "lodash/isEqual";
|
import isEqual from "lodash/isEqual";
|
||||||
import { base64url } from "rfc4648";
|
import { base64url } from "rfc4648";
|
||||||
import { reverseString } from "./misc";
|
import { reverseString } from "./misc";
|
||||||
|
import { log } from "./moreOnLog";
|
||||||
|
|
||||||
const DEFAULT_README_FOR_METADATAONREMOTE =
|
const DEFAULT_README_FOR_METADATAONREMOTE =
|
||||||
"Do NOT edit or delete the file manually. This file is for the plugin remotely-save to store some necessary meta data on the remote services. Its content is slightly obfuscated.";
|
"Do NOT edit or delete the file manually. This file is for the plugin remotely-save to store some necessary meta data on the remote services. Its content is slightly obfuscated.";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user