Skip to content

Commit

Permalink
Update sdk-js/src/utils/fileActionLoader.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmischka authored Mar 29, 2023
1 parent 6a92466 commit 6fab150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/fileActionLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function loadFolder(currentDirectory: string, logger: Logger) {
try {
attemptLoadRoute(await import_(fullPath))
} catch (err) {
logger.debug(`Failed loading file at ${fullPath}, skipping.`, err)
logger.warn(`Failed loading file at ${fullPath}, skipping.`, err)
}
}
}
Expand Down

0 comments on commit 6fab150

Please sign in to comment.