mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
Add space after commas in command list (#1307)
This commit is contained in:
@@ -63,7 +63,7 @@ const tauri = function (command) {
|
||||
require(`./tauri-${command}`)
|
||||
}
|
||||
} else {
|
||||
console.log(`Invalid command ${command}. Use one of ${cmds.join(',')}.`)
|
||||
console.log(`Invalid command ${command}. Use one of ${cmds.join(', ')}.`)
|
||||
}
|
||||
}
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user