mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 05:04:35 +08:00
Merge pull request #7789 from scinote-eln/hotfix/1.36.0.1
Hotfix/1.36.0.1
This commit is contained in:
commit
fa2ef02c3e
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.36.0
|
||||
1.36.0.1
|
||||
|
|
|
@ -4,7 +4,7 @@ Grover.configure do |config|
|
|||
config.options = {
|
||||
cache: false,
|
||||
executable_path: './bin/chromium',
|
||||
launch_args: ['--no-sandbox'],
|
||||
launch_args: %w(--disable-gpu --no-sandbox),
|
||||
timeout: Constants::GROVER_TIMEOUT_MS
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue