mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Check sandbox capabilities instead of ignoring unknown ones.
This commit is contained in:
		| @@ -715,6 +715,7 @@ JANET_CORE_FN(janet_core_sandbox, | ||||
|             } | ||||
|             opt++; | ||||
|         } | ||||
|         if (opt->name == NULL) janet_panicf("unknown capability %v", argv[i]); | ||||
|     } | ||||
|     janet_sandbox(flags); | ||||
|     return janet_wrap_nil(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose