mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use correct feature name for JS backtraces. (#32998)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
2ebb71f08a
commit
1a58dba03e
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ class CommandBase(object):
|
||||||
if self.config["build"]["webgl-backtrace"]:
|
if self.config["build"]["webgl-backtrace"]:
|
||||||
features.append("webgl-backtrace")
|
features.append("webgl-backtrace")
|
||||||
if self.config["build"]["dom-backtrace"]:
|
if self.config["build"]["dom-backtrace"]:
|
||||||
features.append("dom-backtrace")
|
features.append("js_backtrace")
|
||||||
args += ["--features", " ".join(features)]
|
args += ["--features", " ".join(features)]
|
||||||
|
|
||||||
if with_debug_assertions or self.config["build"]["debug-assertions"]:
|
if with_debug_assertions or self.config["build"]["debug-assertions"]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue