initial attempt change functions to intrinsic type
This commit is contained in:
@@ -162,6 +162,10 @@ globalThis.log = function(name, args) {
|
||||
}
|
||||
}
|
||||
|
||||
log.console(
|
||||
'hello'
|
||||
)
|
||||
|
||||
function disrupt(err)
|
||||
{
|
||||
if (is_function(err.toString)) {
|
||||
|
||||
Reference in New Issue
Block a user