-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update nyagos got script error #442
Comments
Would you insert the following lines at the top of if not alias then
require "aliasandset"
end The script |
On 4.4.15_1, Would you confirm ? |
I confirm problem was solved. |
Thank you |
I update nyagos 4.4.14 -> 4.4.15
I got script error.
Nihongo Yet Another GOing Shell 4.4.15_0-windows-amd64 by go1.20.14
(c) 2014-2024 NYAOS.ORG https://github.com/nyaosorg/nyagos
C:\Users\gorn.nyagos:1: attempt to call a non-function object
stack traceback:
C:\Users\gorn.nyagos:1: in main chunk
[G]: ?
.nyagos is as follows.
alias "ll=ls -oFl"
nyagos.alias.printarg = function(args)
for i=1,#args do
print(args[i])
end
end
The text was updated successfully, but these errors were encountered: