|
|
@ -83,6 +83,7 @@ class FileManager extends Plugin { |
|
|
|
* @param {string} message message to display if path doesn't exist. |
|
|
|
* @param {string} message message to display if path doesn't exist. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
async _handleExists(path: string, message?: string) { |
|
|
|
async _handleExists(path: string, message?: string) { |
|
|
|
|
|
|
|
console.log('_handleExists is called ', { path, message }) |
|
|
|
const exists = await this.exists(path) |
|
|
|
const exists = await this.exists(path) |
|
|
|
|
|
|
|
|
|
|
|
if (!exists) { |
|
|
|
if (!exists) { |
|
|
|