Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not tested #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

not tested #1

wants to merge 1 commit into from

Conversation

timbl
Copy link
Contributor

@timbl timbl commented Mar 29, 2019

Allow acl files to be created.
Maybe allow caret to put at syntax error position on syntax error in user code

throw new Error(msg)
if (!newInstance.uri.endsWith('acl')) { // special case allow .acl files
if (!contentType || !(contentType.startsWith('text') || contentType.includes('xml'))) {
let msg = 'A new text file has to have an file extension like .txt .ttl etc.'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be "like .txt, .ttl, etc."

Base automatically changed from master to main February 24, 2021 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants