Deprecated the legacy boot.js file

This commit is contained in:
Steve Gravrock
2021-07-26 18:20:07 -07:00
parent 1206952ca6
commit f26b005807
2 changed files with 4 additions and 0 deletions

View File

@@ -162,4 +162,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
return destination;
}
env.deprecated('boot.js is deprecated. Please use boot0.js and boot1.js instead.',
{ ignoreRunnable: true });
}());

View File

@@ -140,4 +140,6 @@
return destination;
}
env.deprecated('boot.js is deprecated. Please use boot0.js and boot1.js instead.',
{ ignoreRunnable: true });
}());