gkjohnson / xacro-parser

Utility for parsing and converting ROS Xacro files in Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XacroLoader: Throw error if request fails

gkjohnson opened this issue · comments

Specifically here:

return fetch(path, this.fetchOptions).then(res => res.text());

Check if res.ok === true.