Albert Lie 이영덕
Albert Lie 이영덕
## Overview The error was hidden when running the change command. It would confuse people because they thought the process is done because of no changes being applied
Got an error when copying files to an obsidian vault containing a space e.g. "Obsidian Vault"
Or could it be added via `hooks`? e.g. ```javascript const { logger } = require('../helper/logger'); async function extensionHook(hookName, context) { if (hookName === 'beforeAll') { context.suite.startTime = new Date(); }...