mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
js,gg: more work on porting gg to JS backend (#12903)
This commit is contained in:
@@ -3,6 +3,7 @@ module os
|
||||
$if js_node {
|
||||
#global.$ENV = $process.env
|
||||
} $else {
|
||||
#const global = $global;
|
||||
#global.$ENV = {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user