Skip to content

Commit

Permalink
refactor: correct typo in js_run_devserver logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Nov 9, 2024
1 parent b000b9d commit f7918d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/private/js_run_devserver.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ async function deleteFiles(previousFiles, updatedFiles, sandbox) {

// Sync list of files to the sandbox
async function syncFiles(files, sandbox, writePerm) {
console.error(`+ Syncing ${files.length} files && folders...`)
console.error(`+ Syncing ${files.length} files & folders...`)
const startTime = perf_hooks.performance.now()

const [nodeModulesFiles, otherFiles] = partitionArray(
Expand Down

0 comments on commit f7918d4

Please sign in to comment.