Fixing typo.
This commit is contained in:
parent
27acbac235
commit
6af5ad02e3
|
@ -7,7 +7,7 @@ const fs = require("fs")
|
|||
async function runServer() {
|
||||
if (isDev() && !fs.existsSync(budibaseTempDir())) {
|
||||
console.error(
|
||||
"Please run a build before attempting to run server indepdently to fill 'tmp' directory."
|
||||
"Please run a build before attempting to run server independently to fill 'tmp' directory."
|
||||
)
|
||||
process.exit(-1)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue