We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fff812 commit 762f5dfCopy full SHA for 762f5df
unit/suites/box.lua
@@ -1,5 +1,5 @@
1
#!/usr/bin/env tarantool
2
-os = require('os')
+local os = require('os')
3
4
require('console').listen(os.getenv("ADMIN_PORT"))
5
box.cfg{
0 commit comments