mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
chore(tests): update comment specifying command for exec
Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
This commit is contained in:
parent
cf707a37ff
commit
7ed656cf3e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local process = require("@lune/process")
|
|||
local stdio = require("@lune/stdio")
|
||||
local task = require("@lune/task")
|
||||
|
||||
-- Executing a comamnd should work, with options
|
||||
-- Executing a command should work, with options
|
||||
|
||||
local thread = task.delay(1, function()
|
||||
stdio.ewrite("Spawning a process should take a reasonable amount of time\n")
|
||||
|
|
Loading…
Add table
Reference in a new issue