Skip to content

Commit

Permalink
core/plugins/wasm_workspace: fix some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed May 9, 2024
1 parent 5580d9e commit c155fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/plugins/wasm_sync.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function setup_workspace_save()
core.add_thread(function()
while config.plugins.autosync.sync_auto and config.plugins.autosync.sync_workspace do
if system.get_time() - last_save_time >= config.plugins.autosync.sync_interval then
core.log_quiet("Saving workspace...")
core.log_quiet("Syncing workspace...")
core.try(workspace_save)
last_save_time = system.get_time()
end
Expand Down

0 comments on commit c155fdf

Please sign in to comment.