Skip to content

Commit

Permalink
Update internal/x/dsljavascript/oonimodule.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Dec 13, 2023
1 parent 657f8c4 commit 84ff7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/x/dsljavascript/oonimodule.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/ooni/probe-cli/v3/internal/x/dsljson"
)

// newModuleOONI creates the console module in JavaScript
// newModuleOONI creates the _ooni module in JavaScript
func (vm *VM) newModuleOONI(gojaVM *goja.Runtime, mod *goja.Object) {
runtimex.Assert(vm.vm == gojaVM, "dsljavascript: unexpected gojaVM pointer value")
exports := mod.Get("exports").(*goja.Object)
Expand Down

0 comments on commit 84ff7be

Please sign in to comment.