mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Address #212 - don't include janet args in script args.
This commit is contained in:
		| @@ -2216,7 +2216,9 @@ | ||||
|       (+= i (dohandler (string/slice arg 1) i)) | ||||
|       (do | ||||
|         (set *no-file* false) | ||||
|         (dofile arg :prefix "" :exit *exit-on-error* :evaluator evaluator) | ||||
|         (def env (make-env)) | ||||
|         (put env :args (array/slice args i)) | ||||
|         (dofile arg :prefix "" :exit *exit-on-error* :evaluator evaluator :env env) | ||||
|         (set i lenargs)))) | ||||
|  | ||||
|   (when (and (not *compile-only*) (or *should-repl* *no-file*)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose