Skip to content

Commit a01a689

Browse files
committed
Updater: fix typo in error message format string
1 parent ef17a59 commit a01a689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/DependencyControl/Updater.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ class UpdateTask extends UpdaterBase
279279

280280
tmpDir = aegisub.decode_path "?temp/l0.#{DependencyControl.__name}_#{'%04X'\format math.random 0, 16^4-1}"
281281
res, dir = fileOps.mkdir tmpDir
282-
return finish -30, "#{tmpDir} (#{err})" if res == nil
282+
return finish -30, "#{tmpDir} (#{dir})" if res == nil
283283

284284
@@logger\log msgs.performUpdate.updateReady, tmpDir
285285

0 commit comments

Comments
 (0)