mirror of
https://github.com/status-im/status-go.git
synced 2025-01-28 07:27:00 +00:00
b50c46caa8
* Commit initial change for settimeout/setinterval * Add initial tests for jail setTimeout/setInterval * Add ottoext dependency * Add fetch jail test with function * Add dependencies of fetch from ottoext * Refactor with regards to PR review * Refactor with regards to PR review * Fix syntax errors * Fix missing return statement
5 lines
81 B
Go
5 lines
81 B
Go
package rice
|
|
|
|
// Debug can be set to true to enable debugging.
|
|
var Debug = false
|