vim-web 0.3.41 → 0.3.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vim-web.iife.js +1 -1
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +1 -1
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.js
CHANGED
|
@@ -75712,7 +75712,7 @@ function body$4(url, server, authToken) {
|
|
|
75712
75712
|
dotList([
|
|
75713
75713
|
server ? bullet("VIM ULTRA Server:", server) : null,
|
|
75714
75714
|
bullet("File URL:", url),
|
|
75715
|
-
authToken ? bullet("Auth Token:", authToken) : null
|
|
75715
|
+
authToken ? bullet("Auth Token:", authToken) : null
|
|
75716
75716
|
]),
|
|
75717
75717
|
subTitle("Troubleshooting tips:"),
|
|
75718
75718
|
numList([
|